EMT Practice Test

1. Question Content...


Question List

Question1: Which of the following actions cause an indirect change to a database table requiring a table conversion? Note:
There are 2 correct answers to this question.

Question2: Exhibit:

What are valid statements? Note: There are 3 correct answers to this question.

Question3: Which of the following results in faster access to internal tables? Note: There are 3 correct answers to this question.

Question4: You want to provide a short description of the data definition for developers that will be attached to the database view

Which of the following annotations would do this if you inserted it on line #27

Question5:
Using ABAP SQL, which select statement selects the mat field on line #17?

Question6: Which function call returns 0?

Question7: Which of the following are incomplete ABAP types? Note: There are 2 correct answers to this question.

Question8:
Which of the following types are permitted to be used for <source> on line #4? Note: There are 2 correct answers to this question.

Question9: Which extensibility type does SAP recommend you use to enhance the existing UI for an SAP Fiori app?

Question10: Exhibit:

With Icl_super being superclass for Icl_subl and Icl_sub2 and with methods subl_methl and sub2_methl being subclass-specific methods of Id_subl or Icl_sub2, respectivel. What will happen when executing these casts?
Note:
There are 2 correct answers to this question

Question11: Which statement can you use to change the contents of a row of data in an internal table?

Question12:
What are valid statements? Note: There are 2 correct answers to this question.

Question13: Exhibit:

Which of the following statements are correct? Note: There are 2 correct answers to this question.

Question14: In RESTful Application Programming, a business object contains which parts? Note: There are 2 correct answers to this question.

Question15: When does SAP recommend to use a sorted or a hashed table respectively? Note: There are 2 correct answers to this question.

Question16: Image:

In the following ABAP SQL code, what are valid case distinctions? Note: There are 2 correct answers to this question.

Question17: What RESTful Application Programming object contains only the fields required for a particular app?

Question18:
Which of the following ON conditions must you insert in place of "???"?

Question19: When processing an internal table with the statement LOOP AT itab... ENDLOOP, what system variable contains the current row number?

Question20: Setting a field to read-only in which object would make the field read-only in all applications of the RESTful Application Programming model?

Question21: In an Access Control Object, which clauses are used? Note: There are 3 correct answers to this question.

Question22: Which of the following is a generic internal table type?

Question23: Which of the following ABAP SQL statements are valid? Note: There are 2 correct answers to this question.

Question24:
The "demo_ods_assoc_spfi data source referenced in line #4 contains a field "connid" which you would like to expose in the element list.
Which of the following statements would do this if inserted on line #8?

Question25: Which of the following string functions are predicate functions? Note: There are 2 correct answers to this question.

Question26: In RESTful Application Programming, which EML statement retrieves an object?

Question27: /DMO/I_Connection is a CDS view.
What variable type is connection full based on the following code? DATA connection full TYPE
/DMD/I_Connection.

Question28: In this nested join below in which way is the join evaluated?

Question29: What are some properties of database tables? Note: There are 2 correct answers to this question.

Question30: In a RESTful Application Programming application, in which objects do you bind a CDS view to create a value help? Note: There are 3 correct answers to this question.

Question31: Which of the following are features of Core Data Services? Note: There are 3 correct answers to this question.

Question32: What are some features of a unique secondary key? Note: There are 2 correct answers to this question.

Question33: Class super has subclass sub. Which rules are valid for the sub constructor? Note: There are 2 correct answers to this question.

Question34: Given the following code in an SAP S/4HANA Cloud private edition tenant:

The class zcl_demo_class is in a software component with the language version set to "ABAP Cloud". The function module ZF1' is in a different software component with the language version set to "Standard ABAP".
Both the class and function module are customer created.
Regarding line #6, which of the following are valid statements? Note: There are 2 correct answers to this question.

Question35: /DMO/I_Connection is a CDS view.
What variable type is connection full based on the following code? DATA connection full TYPE
/DMD/I_Connection.